home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000215_news@watsun.cc.columbia.edu _Sat Feb 13 07:55:39 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id HAA11688
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 13 Feb 1999 07:55:38 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id HAA19641
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 13 Feb 1999 07:41:20 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Ilya <ilya_NOSPAM_@web1.calweb.com>
  10. Subject: Errors compiling kermit 6.0.192 on Linux 2.2.1
  11. Organization: no place
  12. Message-ID: <36c541d0.0@calwebnnrp>
  13. Date: 13 Feb 1999 01:11:44 +0800
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. Trying to compile kermit 6.0.192 on Linux 2.2.1. 
  17. Getting the following error:
  18.  
  19. make linux
  20. ....
  21.  
  22. kutio.c: In function `ttsspd':
  23. ckutio.c:4679: `TIOCGSERIAL' undeclared (first use this function)
  24. ckutio.c:4679: (Each undeclared identifier is reported only once
  25. ckutio.c:4679: for each function it appears in.)
  26. ckutio.c:4685: `TIOCSSERIAL' undeclared (first use this function)
  27. ckutio.c: In function `ttgspd':
  28. ckutio.c:4833: `TIOCGSERIAL' undeclared (first use this function)
  29. ckutio.c: In function `in_chk':
  30. ckutio.c:6092: warning: passing arg 3 of `select' from incompatible pointer type
  31. ckutio.c:6092: warning: passing arg 4 of `select' from incompatible pointer type
  32. make[1]: *** [ckutio.o] Error 1
  33. make[1]: Leaving directory `/usr/local/bin/kermit'
  34. make: *** [linux] Error 2
  35.  
  36. Any ideas?